home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Feb 90 / MacApp.Tech$ 2⁄2⁄90 / 0583-linking with -sym -d-Jan90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.3 KB  |  38 lines  |  [TEXT/GEOL]

  1. Item    9575101                         31-Jan-90        22:19PST
  2.  
  3. From:   D2215                           DacEasy, Wilma Blair,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    linking with -sym -debug
  8.  
  9. With my 50,000 line application, I get an 'Unable to swap in Shell segment'
  10. message while linking '-sym -debug' (I also got a crash on another link
  11. attempt).  I am using MPW 3.1 on a Mac IIx with 4M RAM running under finder.
  12.  
  13. 4M ain't what it used to be, I guess I'm out of memory.
  14.  
  15. The release notes for SADE state that the program size cannot exceed 65536
  16. lines.  I assume that this includes MacApp source files in addition to the
  17. program source files.  So I really don't need to link this much symbol
  18. information anyway as SADE won't work with symbol information for MacApp and my
  19. program at once.
  20.  
  21. Is there an easy way to only generate -sym information for my program files and
  22. not for MacApp - or to have symbol information for just one of my program files
  23. and all of MacApp?
  24.  
  25. BTW.  I tried compiling DemoDialogs with '-sym -debug' and followed the
  26. instructions for using SADE with a MacApp program.  I got to the stage where I
  27. exectue the    'setupStepMethod' command and received the following error
  28. message:
  29.  
  30. %_MethTables not loaded
  31.  
  32. ### Currently executing line 2 in proc "SETUPSTEPMETHOD
  33.  
  34. What gives?
  35.  
  36. Regards, Les Caudle
  37.  
  38.